-
Notifications
You must be signed in to change notification settings - Fork 626
[chore] add triton-ascend to requirements.txt #4294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: wxh571001500 <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds triton-ascend as a dependency in requirements.txt. However, the corresponding pyproject.toml file was not updated. To maintain consistency and prevent potential build issues, this dependency should also be added to pyproject.toml's build-system.requires list, as is the convention in this repository.
Signed-off-by: wxh571001500 <[email protected]>
|
title should be [core]xxx ? |
"Chore" means the activity of building processes or supporting tools. Or would my change be more suitable for other keywords? |
Signed-off-by: wxh571001500 <[email protected]>
Signed-off-by: wxh571001500 <[email protected]>
My mistake, it's ok to use chore. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Since there is currently no stable version of triton-ascend, it will be temporarily shut down. |
What this PR does / why we need it?
Previously, when adapting vllm-ascend to models such as Qwen-Next, users needed to install the triton_ascend dependency separately. Therefore, to improve usability, the dependency is now included in requirements.txt and installed along with vllm-ascend.
Does this PR introduce any user-facing change?
nope
How was this patch tested?
After installing vllm-ascend, we can use “pip list” to observe that triton-ascend is also installed synchronously.